home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / alsa / cards / AACI.conf next >
Text File  |  2009-10-11  |  669b  |  48 lines

  1. #
  2. # ALSA library configuration for ARM AACI Primecell PL-041
  3. #
  4.  
  5. <confdir:pcm/front.conf>
  6.  
  7. AACI.pcm.front.0 {
  8.     @args [ CARD ]
  9.     @args.CARD {
  10.         type string
  11.     }
  12.     type hw
  13.     card $CARD
  14. }       
  15.  
  16. <confdir:pcm/surround40.conf>
  17.  
  18. AACI.pcm.surround40.0 "cards.AACI.pcm.front.0"
  19.  
  20. <confdir:pcm/surround51.conf>
  21.  
  22. AACI.pcm.surround51.0 {
  23.     @args [ CARD ]
  24.     @args.CARD {
  25.         type string
  26.     }
  27.     type multi
  28.     slaves [
  29.         {
  30.             pcm {
  31.                 @func concat
  32.                 strings [
  33.                     "cards.AACI.pcm.front.0:CARD=" $CARD
  34.                 ]
  35.             }
  36.             channels 6
  37.         }
  38.     ]
  39.     bindings [
  40.         { slave 0 channel 0 }
  41.         { slave 0 channel 1 }
  42.         { slave 0 channel 3 }
  43.         { slave 0 channel 4 }
  44.         { slave 0 channel 2 }
  45.         { slave 0 channel 5 }
  46.     ]
  47. }
  48.